home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-02-09 | 1.2 KB | 47 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = NeXTGo
-
- INTERFACES = NeXTGo.nib
- CLASSES = Board.m ClickCell.m GoApp.m
- MFILES = NeXTGo_main.m igsglue.m igssocket.m
- CFILES = count.c countlib.c eval.c exambord.c findnext.c findopen.c \
- findpatn.c findsavr.c findwinr.c fioe.c genmove.c godict.c \
- igsparse.c initmark.c matchpat.c opening.c openregn.c random.c \
- score.c seed.c sethand.c smartgoeval.c smartgoparse.c \
- smartgotree.c suicide.c
- TIFFFILES = Background.tiff NeXTGo.tiff
- OTHERSRCS = intergo.dct
- APPICON = NeXTGo.tiff
- DOCICONS = NeXTGoFile.tiff
-
- SOURCEMODE = 444
-
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app NeXTGo.tiff \
- -sectcreate __ICON nextgo NeXTGoFile.tiff
- APPWRAPPER = YES
- NOMACHO = YES
-
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-